home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / Notify.vbp < prev    next >
Text File  |  1997-06-14  |  1KB  |  41 lines

  1. Type=OleExe
  2. Reference=*\G{64674040-3A82-101B-8181-00AA003743D3}#1.1#0#Release\win.tlb#Windows API Functions
  3. Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\WINNT\System32\STDOLE2.TLB#OLE Automation
  4. Module=MDebug; debug.bas
  5. Class=CFileNotify; Notify.cls
  6. Module=MFileNotify; Notify.bas
  7. Class=IFileNotifier; IFileNotifier.cls
  8. Startup="Sub Main"
  9. HelpFile=""
  10. Title="File Notification Server"
  11. ExeName32="NOTIFY.EXE"
  12. Path32="Debug"
  13. Command32=""
  14. Name="FileNotify"
  15. HelpContextID="0"
  16. Description="File and directory change notification server"
  17. CompatibleMode="2"
  18. CompatibleEXE32="Compare\notify.cmp"
  19. VersionCompatible32="1"
  20. MajorVer=1
  21. MinorVer=0
  22. RevisionVer=0
  23. AutoIncrementVer=0
  24. ServerSupportFiles=0
  25. VersionCompanyName="Microsoft"
  26. CondComp="afDebug = 5"
  27. CompilationType=0
  28. OptimizationType=0
  29. FavorPentiumPro(tm)=0
  30. CodeViewDebugInfo=0
  31. NoAliasing=0
  32. BoundsCheck=0
  33. OverflowCheck=0
  34. FlPointCheck=0
  35. FDIVCheck=0
  36. UnroundedFP=0
  37. StartMode=1
  38. Unattended=-1
  39. ThreadPerObject=0
  40. MaxNumberOfThreads=4
  41.